Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 1 - Introduction to QuickDraw 3D / QuickDraw 3D Reference
QuickDraw 3D Routines / Managing Shapes


Q3Shape_SetSet

You can use the Q3Shape_SetSet function to set the set associated with a shape.

TQ3Status Q3Shape_SetSet (
TQ3ShapeObject shape, 
TQ3SetObject set);
shape
A shape object.
set
The desired set to be associated with the specified shape.
DESCRIPTION
The Q3Shape_SetSet function sets the set of elements to be associated with the shape object specified by the shape parameter to the set specified by the set parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996